a5_email_name_extract Function

Syntax

C a5_email_name_extract(C text)

Arguments

textCharacter

A name/email address.

Returns

ResultCharacter

Returns the name for a name/email address. If no name, returns the email address.

Description

Given a name/email address, extract the name. If there is no name, return the address

See Also